home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / InsideBa1994 / InsideBasic-94 / IB 94 / Simple DB / Simple DB.INCL < prev    next >
Text File  |  1993-10-21  |  1KB  |  22 lines

  1. '===============================================================================
  2. '=                     Copyright 1992 Staz™ Software, Inc.                     =
  3. '=                             All rights reserved                             =
  4. '=                            "Project.INCL" from PG:PRO                       =
  5. '===============================================================================
  6. INCLUDE FILE _aplIncl
  7. COMPILE 0,_MacsbugLabels_strResource_caseInsensitive'set by PG:PRO
  8. '
  9. GLOBALS "PG PRO.GLBL"'include standard global file
  10. '{PG7}                                            'PG PRO marker
  11. '{PG8}                                            'PG PRO marker
  12. GOTO"End Of Project Include"
  13. INCLUDE "@Header.INCL"
  14. '===============================================================================
  15. '                     Put your application's LOCAL FNs here
  16. '===============================================================================
  17. LOCAL FN dummy
  18. ' This function just allows there to be something in the resource fork gWhen
  19. ' the include is compiled.  You can remove it after you have added any other
  20. ' local function to the file.
  21. END FN
  22. "End Of Project Include"